(Rust) Fuzzy testing
https://en.wikipedia.org/wiki/Fuzzing
Collection of bugs uncovered by fuzzing Rust code
https://github.com/rust-fuzz/trophy-case
Tools
Command line helpers for fuzzing
https://github.com/rust-fuzz/cargo-fuzz
Fuzz your Rust code with Google-developed Honggfuzz !
https://github.com/rust-fuzz/honggfuzz-rs
Examples
https://github.com/matter-labs/eip1962_fuzzing
https://github.com/paritytech/parity-scale-codec/tree/master/fuzzer
https://github.com/dalek-cryptography/subtle/tree/master/fuzz
https://github.com/libra/libra/tree/master/testsuite/libra_fuzzer
https://github.com/libra/libra/pull/518#discussion_r318404691
https://github.com/ZcashFoundation/zebra/tree/master/fuzz
https://github.com/paritytech/wasmi/tree/master/fuzz
https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-fuzz
References
american fuzzy lop - a security-oriented fuzzer
https://github.com/google/AFL
Fuzzing Rust Text Editor